Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Upgrade Dependencies in 4.9.0 #2698

Closed
prb112 opened this issue Aug 17, 2021 · 1 comment
Closed

Upgrade Dependencies in 4.9.0 #2698

prb112 opened this issue Aug 17, 2021 · 1 comment
Assignees
Labels
bug Something isn't working

Comments

@prb112
Copy link
Contributor

prb112 commented Aug 17, 2021

Describe the bug
Upgrade Dependencies in 4.9.0

Environment
Which version of IBM FHIR Server?
4.9.0

To Reproduce
Steps to reproduce the behavior:
mvn dependency:list -f fhir-parent -Dscope=compile | grep ":.:.:*" | sed "s|[INFO] ||g" | sort -u | grep compile > sorted.log

Additional context

Upgrade
com.ibm.cos:ibm-cos-java-sdk-core:jar:2.9.0:compile
com.ibm.cos:ibm-cos-java-sdk-kms:jar:2.9.0:compile
com.ibm.cos:ibm-cos-java-sdk-s3:jar:2.9.0:compile
com.ibm.cos:ibm-cos-java-sdk:jar:2.9.0:compile
upgrade to 2.10.1

com.ibm.cos
ibm-cos-java-sdk
2.10.1

                    <dependency>
            <groupId>ch.qos.logback</groupId>
            <artifactId>logback-classic</artifactId>
            <version>1.2.5</version>
        </dependency>
        <dependency>
            <groupId>ch.qos.logback</groupId>
            <artifactId>logback-core</artifactId>
            <version>1.2.5</version>
        </dependency>


                    <dependency>
            <!--  Used by COS in fhir-bucket and bulkdata -->
            <groupId>com.fasterxml.jackson.core</groupId>
            <artifactId>jackson-annotations</artifactId>
            <version>2.12.3</version>
        </dependency>
@prb112 prb112 added the bug Something isn't working label Aug 17, 2021
@prb112 prb112 added this to the Sprint 2021-11 milestone Aug 17, 2021
@prb112 prb112 self-assigned this Aug 17, 2021
prb112 added a commit that referenced this issue Aug 17, 2021
Signed-off-by: Paul Bastide <pbastide@us.ibm.com>
prb112 added a commit that referenced this issue Aug 17, 2021
Upgrade Dependencies in 4.9.0 #2698
@lmsurpre
Copy link
Member

security scans are now passing...no remaining warnings on open source dependencies.

if we find any issues as part of ongoing testing, keep in mind these dependency updates.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants