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 Dec 13, 2023
1 parent 77a06a8 commit 571ae00
Show file tree
Hide file tree
Showing 5 changed files with 24 additions and 24 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 Expand Up @@ -114,11 +114,11 @@ From: 'OW2' (http://www.ow2.org/)

From: 'QOS.ch' (http://www.qos.ch)

- Logback Classic Module (http://logback.qos.ch/logback-classic) ch.qos.logback:logback-classic:jar:1.4.11
- Logback Classic Module (http://logback.qos.ch/logback-classic) ch.qos.logback:logback-classic:jar:1.4.14
License: Eclipse Public License - v 1.0 (http://www.eclipse.org/legal/epl-v10.html)
License: GNU Lesser General Public License (http://www.gnu.org/licenses/old-licenses/lgpl-2.1.html)

- Logback Core Module (http://logback.qos.ch/logback-core) ch.qos.logback:logback-core:jar:1.4.11
- Logback Core Module (http://logback.qos.ch/logback-core) ch.qos.logback:logback-core:jar:1.4.14
License: Eclipse Public License - v 1.0 (http://www.eclipse.org/legal/epl-v10.html)
License: GNU Lesser General Public License (http://www.gnu.org/licenses/old-licenses/lgpl-2.1.html)

Expand Down
2 changes: 1 addition & 1 deletion broker-plugins/graylog-logging-logback/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<parent>
<groupId>org.apache.qpid</groupId>
<artifactId>qpid-broker-parent</artifactId>
<version>9.1.0-SNAPSHOT</version>
<version>9.1.1-SNAPSHOT</version>
<relativePath>../../pom.xml</relativePath>
</parent>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ private GelfEncoder buildEncoder(Context context, GelfEncoderConfiguration setti
encoder.setIncludeCallerData(settings.isCallerDataIncluded());
encoder.setIncludeRootCauseData(settings.hasRootExceptionDataIncluded());
encoder.setIncludeLevelName(settings.isLogLevelNameIncluded());
encoder.setStaticFields(settings.getStaticFields());
settings.getStaticFields().forEach(encoder::addStaticField);
return encoder;
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -44,23 +44,23 @@ 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)


From: 'QOS.ch' (http://www.qos.ch)

- Logback Classic Module (http://logback.qos.ch/logback-classic) ch.qos.logback:logback-classic:jar:1.4.11
- Logback Classic Module (http://logback.qos.ch/logback-classic) ch.qos.logback:logback-classic:jar:1.4.14
License: Eclipse Public License - v 1.0 (http://www.eclipse.org/legal/epl-v10.html)
License: GNU Lesser General Public License (http://www.gnu.org/licenses/old-licenses/lgpl-2.1.html)

- Logback Core Module (http://logback.qos.ch/logback-core) ch.qos.logback:logback-core:jar:1.4.11
- Logback Core Module (http://logback.qos.ch/logback-core) ch.qos.logback:logback-core:jar:1.4.14
License: Eclipse Public License - v 1.0 (http://www.eclipse.org/legal/epl-v10.html)
License: GNU Lesser General Public License (http://www.gnu.org/licenses/old-licenses/lgpl-2.1.html)

Expand Down
18 changes: 9 additions & 9 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -104,11 +104,11 @@

<bdb-version>7.4.5</bdb-version>
<derby-version>10.14.2.0</derby-version>
<logback-version>1.4.11</logback-version>
<logback-version>1.4.14</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 @@ -130,8 +130,8 @@

<!-- 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>
<mockito-version>5.8.0</mockito-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 All @@ -141,7 +141,7 @@
<jaxb-api-version>2.3.1</jaxb-api-version>
<nashorn-version>15.4</nashorn-version>

<exec-maven-plugin-version>3.1.0</exec-maven-plugin-version>
<exec-maven-plugin-version>3.1.1</exec-maven-plugin-version>
<javacc-maven-plugin-version>2.6</javacc-maven-plugin-version>
<ph-javacc-maven-plugin-version>4.1.5</ph-javacc-maven-plugin-version>
<maven-enforcer-plugin-version>3.4.1</maven-enforcer-plugin-version>
Expand All @@ -161,9 +161,9 @@
<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>
<logback-gelf-version>3.0.0</logback-gelf-version>
<bcprov-version>1.77</bcprov-version>
<bcpkix-version>1.77</bcpkix-version>
<logback-gelf-version>5.0.1</logback-gelf-version>
<prometheus-client-version>0.16.0</prometheus-client-version>

<bdb-repo-enabled>false</bdb-repo-enabled>
Expand Down

0 comments on commit 571ae00

Please sign in to comment.