Skip to content

Commit

Permalink
QPID-8655: [Broker-J] Dependency updates for version 9.1.x
Browse files Browse the repository at this point in the history
  • Loading branch information
dakirily committed Nov 20, 2023
1 parent 77a06a8 commit e3755bc
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 14 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -50,13 +50,13 @@ From: 'an unknown organization'
- Prometheus Java Span Context Supplier - OpenTelemetry Agent (http://github.com/prometheus/client_java/simpleclient_tracer/simpleclient_tracer_otel_agent) io.prometheus:simpleclient_tracer_otel_agent:bundle:0.16.0
License: The Apache Software License, Version 2.0 (http://www.apache.org/licenses/LICENSE-2.0.txt)

- Bouncy Castle PKIX, CMS, EAC, TSP, PKCS, OCSP, CMP, and CRMF APIs (https://www.bouncycastle.org/java.html) org.bouncycastle:bcpkix-jdk18on:jar:1.76
- Bouncy Castle PKIX, CMS, EAC, TSP, PKCS, OCSP, CMP, and CRMF APIs (https://www.bouncycastle.org/java.html) org.bouncycastle:bcpkix-jdk18on:jar:1.77
License: Bouncy Castle Licence (https://www.bouncycastle.org/licence.html)

- Bouncy Castle Provider (https://www.bouncycastle.org/java.html) org.bouncycastle:bcprov-jdk18on:jar:1.76
- Bouncy Castle Provider (https://www.bouncycastle.org/java.html) org.bouncycastle:bcprov-jdk18on:jar:1.77
License: Bouncy Castle Licence (https://www.bouncycastle.org/licence.html)

- Bouncy Castle ASN.1 Extension and Utility APIs (https://www.bouncycastle.org/java.html) org.bouncycastle:bcutil-jdk18on:jar:1.76
- Bouncy Castle ASN.1 Extension and Utility APIs (https://www.bouncycastle.org/java.html) org.bouncycastle:bcutil-jdk18on:jar:1.77
License: Bouncy Castle Licence (https://www.bouncycastle.org/licence.html)

- dgrid (https://www.webjars.org) org.webjars.bower:dgrid:jar:1.3.3
Expand All @@ -74,13 +74,13 @@ From: 'Apache Software Foundation' (http://db.apache.org/)

From: 'FasterXML' (http://fasterxml.com/)

- Jackson-annotations (https://github.com/FasterXML/jackson) com.fasterxml.jackson.core:jackson-annotations:jar:2.15.3
- Jackson-annotations (https://github.com/FasterXML/jackson) com.fasterxml.jackson.core:jackson-annotations:jar:2.16.0
License: The Apache Software License, Version 2.0 (https://www.apache.org/licenses/LICENSE-2.0.txt)

- Jackson-core (https://github.com/FasterXML/jackson-core) com.fasterxml.jackson.core:jackson-core:jar:2.15.3
- Jackson-core (https://github.com/FasterXML/jackson-core) com.fasterxml.jackson.core:jackson-core:jar:2.16.0
License: The Apache Software License, Version 2.0 (https://www.apache.org/licenses/LICENSE-2.0.txt)

- jackson-databind (https://github.com/FasterXML/jackson) com.fasterxml.jackson.core:jackson-databind:jar:2.15.3
- jackson-databind (https://github.com/FasterXML/jackson) com.fasterxml.jackson.core:jackson-databind:jar:2.16.0
License: The Apache Software License, Version 2.0 (https://www.apache.org/licenses/LICENSE-2.0.txt)


Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -44,13 +44,13 @@ From: 'Apache Software Foundation' (http://www.apache.org)

From: 'FasterXML' (http://fasterxml.com/)

- Jackson-annotations (https://github.com/FasterXML/jackson) com.fasterxml.jackson.core:jackson-annotations:jar:2.15.3
- Jackson-annotations (https://github.com/FasterXML/jackson) com.fasterxml.jackson.core:jackson-annotations:jar:2.16.0
License: The Apache Software License, Version 2.0 (https://www.apache.org/licenses/LICENSE-2.0.txt)

- Jackson-core (https://github.com/FasterXML/jackson-core) com.fasterxml.jackson.core:jackson-core:jar:2.15.3
- Jackson-core (https://github.com/FasterXML/jackson-core) com.fasterxml.jackson.core:jackson-core:jar:2.16.0
License: The Apache Software License, Version 2.0 (https://www.apache.org/licenses/LICENSE-2.0.txt)

- jackson-databind (https://github.com/FasterXML/jackson) com.fasterxml.jackson.core:jackson-databind:jar:2.15.3
- jackson-databind (https://github.com/FasterXML/jackson) com.fasterxml.jackson.core:jackson-databind:jar:2.16.0
License: The Apache Software License, Version 2.0 (https://www.apache.org/licenses/LICENSE-2.0.txt)


Expand Down
10 changes: 5 additions & 5 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -107,8 +107,8 @@
<logback-version>1.4.11</logback-version>
<logback-db-version>1.2.11.1</logback-db-version>
<guava-version>32.1.3-jre</guava-version>
<fasterxml-jackson-version>2.15.3</fasterxml-jackson-version>
<fasterxml-jackson-databind-version>2.15.3</fasterxml-jackson-databind-version>
<fasterxml-jackson-version>2.16.0</fasterxml-jackson-version>
<fasterxml-jackson-databind-version>2.16.0</fasterxml-jackson-databind-version>
<slf4j-version>2.0.9</slf4j-version>
<jetty-version>11.0.18</jetty-version>

Expand All @@ -131,7 +131,7 @@
<!-- test dependency version numbers -->
<junit-version>5.10.1</junit-version>
<mockito-version>5.7.0</mockito-version>
<netty-version>4.1.100.Final</netty-version>
<netty-version>4.1.101.Final</netty-version>
<hamcrest-version>2.2</hamcrest-version>
<maven-resolver-provider-version>3.8.6</maven-resolver-provider-version>
<maven-resolver-version>1.8.2</maven-resolver-version>
Expand Down Expand Up @@ -161,8 +161,8 @@
<h2.version>2.2.224</h2.version>
<apache-directory-version>2.0.0.AM27</apache-directory-version>
<kerby-version>2.0.3</kerby-version>
<bcprov-version>1.76</bcprov-version>
<bcpkix-version>1.76</bcpkix-version>
<bcprov-version>1.77</bcprov-version>
<bcpkix-version>1.77</bcpkix-version>
<logback-gelf-version>3.0.0</logback-gelf-version>
<prometheus-client-version>0.16.0</prometheus-client-version>

Expand Down

0 comments on commit e3755bc

Please sign in to comment.