Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions ccloud-observability/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-compiler-plugin</artifactId>
<version>3.8.1</version>
<version>3.15.0</version>
<inherited>true</inherited>
<configuration>
<source>${java.version}</source>
Expand All @@ -127,7 +127,7 @@
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>exec-maven-plugin</artifactId>
<version>1.2.1</version>
<version>1.6.0</version>
<executions>
<execution>
<goals>
Expand All @@ -139,7 +139,7 @@
<plugin>
<groupId>org.jasig.maven</groupId>
<artifactId>maven-notice-plugin</artifactId>
<version>1.0.6.1</version>
<version>1.1.0</version>
<configuration>
<licenseMapping>
<param>../../license-mappings.xml</param>
Expand Down
4 changes: 2 additions & 2 deletions clients/avro/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ http://maven.apache.org/xsd/maven-4.0.0.xsd">
<properties>
<!-- Keep versions as properties to allow easy modification -->
<java.version>8</java.version>
<gson.version>2.8.9</gson.version>
<gson.version>2.14.0</gson.version>
<!-- Maven properties for compilation -->
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
Expand Down Expand Up @@ -80,7 +80,7 @@ http://maven.apache.org/xsd/maven-4.0.0.xsd">
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-compiler-plugin</artifactId>
<version>3.8.1</version>
<version>3.15.0</version>
<configuration>
<source>${java.version}</source>
<target>${java.version}</target>
Expand Down
10 changes: 5 additions & 5 deletions clients/cloud/java/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,9 @@

<properties>
<java.version>8</java.version>
<slf4j-api.version>1.7.6</slf4j-api.version>
<slf4j-api.version>1.7.36</slf4j-api.version>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<gson.version>2.8.9</gson.version>
<gson.version>2.14.0</gson.version>
<schemaRegistryUrl>http://localhost:8081</schemaRegistryUrl>
<schemaRegistryBasicAuthUserInfo></schemaRegistryBasicAuthUserInfo>
<schemaLocal>src/main/resources/avro/io/confluent/examples/clients/cloud/DataRecordAvro2a.avsc</schemaLocal>
Expand Down Expand Up @@ -121,7 +121,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-compiler-plugin</artifactId>
<version>3.8.1</version>
<version>3.15.0</version>
<inherited>true</inherited>
<configuration>
<source>${java.version}</source>
Expand All @@ -139,7 +139,7 @@
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>exec-maven-plugin</artifactId>
<version>1.2.1</version>
<version>1.6.0</version>
<executions>
<execution>
<goals>
Expand All @@ -151,7 +151,7 @@
<plugin>
<groupId>org.jasig.maven</groupId>
<artifactId>maven-notice-plugin</artifactId>
<version>1.0.6.1</version>
<version>1.1.0</version>
<configuration>
<licenseMapping>
<param>../../license-mappings.xml</param>
Expand Down
36 changes: 22 additions & 14 deletions clients/cloud/nodejs/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions clients/cloud/nodejs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"node": ">=8.6"
},
"dependencies": {
"minimist": "^1.2.6",
"node-rdkafka": "^2.5.1"
"minimist": "^1.2.8",
"node-rdkafka": "^2.18.0"
}
}
8 changes: 4 additions & 4 deletions connect-streams-pipeline/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@ http://maven.apache.org/xsd/maven-4.0.0.xsd">

<properties>
<java.version>8</java.version>
<gson.version>2.8.9</gson.version>
<reload4j.version>1.2.19</reload4j.version>
<gson.version>2.14.0</gson.version>
<reload4j.version>1.2.26</reload4j.version>
<slf4j-reload4j.version>1.7.36</slf4j-reload4j.version>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
Expand Down Expand Up @@ -84,7 +84,7 @@ http://maven.apache.org/xsd/maven-4.0.0.xsd">
<plugin>
<!-- Set the Java target version to 1.8 -->
<artifactId>maven-compiler-plugin</artifactId>
<version>3.8.1</version>
<version>3.15.0</version>
<configuration>
<source>${java.version}</source>
<target>${java.version}</target>
Expand Down Expand Up @@ -113,7 +113,7 @@ http://maven.apache.org/xsd/maven-4.0.0.xsd">
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-eclipse-plugin</artifactId>
<version>2.9</version>
<version>2.10</version>
<configuration>
<downloadJavadocs>true</downloadJavadocs>
</configuration>
Expand Down
14 changes: 7 additions & 7 deletions microservices-orders/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ http://maven.apache.org/xsd/maven-4.0.0.xsd">
<java.version>8</java.version>
<gson.version>2.2.4</gson.version>
<kafka.version>8.4.0-0-ccs</kafka.version>
<avro.version>1.11.5</avro.version>
<avro.version>1.12.1</avro.version>
<!-- Maven properties for compilation -->
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
Expand Down Expand Up @@ -68,12 +68,12 @@ http://maven.apache.org/xsd/maven-4.0.0.xsd">
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-simple</artifactId>
<version>2.0.7</version>
<version>2.0.18</version>
</dependency>
<dependency>
<groupId>commons-cli</groupId>
<artifactId>commons-cli</artifactId>
<version>1.4</version>
<version>1.11.0</version>
</dependency>
<dependency>
<groupId>io.confluent</groupId>
Expand Down Expand Up @@ -108,7 +108,7 @@ http://maven.apache.org/xsd/maven-4.0.0.xsd">
<dependency>
<groupId>javax.ws.rs</groupId>
<artifactId>javax.ws.rs-api</artifactId>
<version>2.1</version>
<version>2.1.1.redhat-00002</version>
</dependency>
<dependency>
<groupId>org.eclipse.jetty</groupId>
Expand Down Expand Up @@ -168,7 +168,7 @@ http://maven.apache.org/xsd/maven-4.0.0.xsd">
<dependency>
<groupId>org.mockito</groupId>
<artifactId>mockito-core</artifactId>
<version>2.7.14</version>
<version>2.28.2</version>
</dependency>
<dependency>
<groupId>org.apache.kafka</groupId>
Expand Down Expand Up @@ -206,7 +206,7 @@ http://maven.apache.org/xsd/maven-4.0.0.xsd">
<dependency>
<groupId>org.apache.curator</groupId>
<artifactId>curator-test</artifactId>
<version>2.9.0</version>
<version>2.13.0</version>
<scope>test</scope>
</dependency>
<dependency>
Expand All @@ -230,7 +230,7 @@ http://maven.apache.org/xsd/maven-4.0.0.xsd">
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-compiler-plugin</artifactId>
<version>3.8.1</version>
<version>3.15.0</version>
<configuration>
<source>${java.version}</source>
<target>${java.version}</target>
Expand Down
6 changes: 3 additions & 3 deletions multi-datacenter/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ http://maven.apache.org/xsd/maven-4.0.0.xsd">
<properties>
<!-- Keep versions as properties to allow easy modification -->
<java.version>8</java.version>
<gson.version>2.8.9</gson.version>
<gson.version>2.14.0</gson.version>
<!-- Maven properties for compilation -->
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
Expand Down Expand Up @@ -83,7 +83,7 @@ http://maven.apache.org/xsd/maven-4.0.0.xsd">
<plugin>
<!-- Set the Java target version to 1.8 -->
<artifactId>maven-compiler-plugin</artifactId>
<version>3.8.1</version>
<version>3.15.0</version>
<configuration>
<source>${java.version}</source>
<target>${java.version}</target>
Expand All @@ -95,7 +95,7 @@ http://maven.apache.org/xsd/maven-4.0.0.xsd">
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-eclipse-plugin</artifactId>
<version>2.9</version>
<version>2.10</version>
<configuration>
<downloadJavadocs>true</downloadJavadocs>
</configuration>
Expand Down