Skip to content

Commit

Permalink
chore(deps): Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
reneleonhardt committed Sep 21, 2023
1 parent 53a6553 commit 4a1f332
Show file tree
Hide file tree
Showing 23 changed files with 257 additions and 223 deletions.
Binary file modified .mvn/wrapper/maven-wrapper.jar
Binary file not shown.
6 changes: 3 additions & 3 deletions .mvn/wrapper/maven-wrapper.properties
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,13 @@
# "License"); you may not use this file except in compliance
# with the License. You may obtain a copy of the License at
#
# https://www.apache.org/licenses/LICENSE-2.0
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing,
# software distributed under the License is distributed on an
# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
# KIND, either express or implied. See the License for the
# specific language governing permissions and limitations
# under the License.
distributionUrl=https://repo.maven.apache.org/maven2/org/apache/maven/apache-maven/3.8.6/apache-maven-3.8.6-bin.zip
wrapperUrl=https://repo.maven.apache.org/maven2/org/apache/maven/wrapper/maven-wrapper/3.1.1/maven-wrapper-3.1.1.jar
distributionUrl=https://repo.maven.apache.org/maven2/org/apache/maven/apache-maven/3.9.4/apache-maven-3.9.4-bin.zip
wrapperUrl=https://repo.maven.apache.org/maven2/org/apache/maven/wrapper/maven-wrapper/3.2.0/maven-wrapper-3.2.0.jar
6 changes: 3 additions & 3 deletions documentation/compose/e2e-tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ services:
KAFKA_CLUSTERS_0_KSQLDBSERVER: http://ksqldb:8088

kafka0:
image: confluentinc/cp-kafka:7.2.1
image: confluentinc/cp-kafka:7.5.0
hostname: kafka0
container_name: kafka0
healthcheck:
Expand Down Expand Up @@ -63,7 +63,7 @@ services:
command: "bash -c 'if [ ! -f /tmp/update_run.sh ]; then echo \"ERROR: Did you forget the update_run.sh file that came with this docker-compose.yml file?\" && exit 1 ; else /tmp/update_run.sh && /etc/confluent/docker/run ; fi'"

schemaregistry0:
image: confluentinc/cp-schema-registry:7.2.1
image: confluentinc/cp-schema-registry:7.5.0
ports:
- 8085:8085
depends_on:
Expand Down Expand Up @@ -122,7 +122,7 @@ services:
# AWS_SECRET_ACCESS_KEY: ""

kafka-init-topics:
image: confluentinc/cp-kafka:7.2.1
image: confluentinc/cp-kafka:7.5.0
volumes:
- ./data/message.json:/data/message.json
depends_on:
Expand Down
6 changes: 3 additions & 3 deletions documentation/compose/kafka-cluster-sr-auth.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ version: '2'
services:

kafka1:
image: confluentinc/cp-kafka:7.2.1
image: confluentinc/cp-kafka:7.5.0
hostname: kafka1
container_name: kafka1
ports:
Expand Down Expand Up @@ -31,7 +31,7 @@ services:
command: "bash -c 'if [ ! -f /tmp/update_run.sh ]; then echo \"ERROR: Did you forget the update_run.sh file that came with this docker-compose.yml file?\" && exit 1 ; else /tmp/update_run.sh && /etc/confluent/docker/run ; fi'"

schemaregistry1:
image: confluentinc/cp-schema-registry:7.2.1
image: confluentinc/cp-schema-registry:7.5.0
ports:
- 18085:8085
depends_on:
Expand All @@ -55,7 +55,7 @@ services:
SCHEMA_REGISTRY_KAFKASTORE_TOPIC: _schemas

kafka-init-topics:
image: confluentinc/cp-kafka:7.2.1
image: confluentinc/cp-kafka:7.5.0
volumes:
- ./data/message.json:/data/message.json
depends_on:
Expand Down
6 changes: 3 additions & 3 deletions documentation/compose/kafka-ssl-components.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ services:
- ./ssl/kafka.keystore.jks:/kafka.keystore.jks

kafka0:
image: confluentinc/cp-kafka:7.2.1
image: confluentinc/cp-kafka:7.5.0
hostname: kafka0
container_name: kafka0
ports:
Expand Down Expand Up @@ -80,7 +80,7 @@ services:
command: "bash -c 'if [ ! -f /tmp/update_run.sh ]; then echo \"ERROR: Did you forget the update_run.sh file that came with this docker-compose.yml file?\" && exit 1 ; else /tmp/update_run.sh && /etc/confluent/docker/run ; fi'"

schemaregistry0:
image: confluentinc/cp-schema-registry:7.2.1
image: confluentinc/cp-schema-registry:7.5.0
depends_on:
- kafka0
environment:
Expand Down Expand Up @@ -111,7 +111,7 @@ services:
- ./ssl/kafka.keystore.jks:/kafka.keystore.jks

kafka-connect0:
image: confluentinc/cp-kafka-connect:7.2.1
image: confluentinc/cp-kafka-connect:7.5.0
ports:
- 8083:8083
depends_on:
Expand Down
2 changes: 1 addition & 1 deletion documentation/compose/kafka-ssl.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ services:
- ./ssl/kafka.keystore.jks:/kafka.keystore.jks

kafka:
image: confluentinc/cp-kafka:7.2.1
image: confluentinc/cp-kafka:7.5.0
hostname: kafka
container_name: kafka
ports:
Expand Down
2 changes: 1 addition & 1 deletion documentation/compose/kafka-ui-acl-with-zk.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ services:
- 2181:2181

kafka:
image: confluentinc/cp-kafka:7.2.1
image: confluentinc/cp-kafka:7.5.0
hostname: kafka
container_name: kafka
ports:
Expand Down
8 changes: 4 additions & 4 deletions documentation/compose/kafka-ui-arm64.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ services:
KAFKA_CLUSTERS_0_AUDIT_CONSOLEAUDITENABLED: 'true'

kafka0:
image: confluentinc/cp-kafka:7.2.1.arm64
image: confluentinc/cp-kafka:7.5.0.arm64
hostname: kafka0
container_name: kafka0
ports:
Expand Down Expand Up @@ -52,7 +52,7 @@ services:
command: "bash -c 'if [ ! -f /tmp/update_run.sh ]; then echo \"ERROR: Did you forget the update_run.sh file that came with this docker-compose.yml file?\" && exit 1 ; else /tmp/update_run.sh && /etc/confluent/docker/run ; fi'"

schema-registry0:
image: confluentinc/cp-schema-registry:7.2.1.arm64
image: confluentinc/cp-schema-registry:7.5.0.arm64
ports:
- 8085:8085
depends_on:
Expand All @@ -68,7 +68,7 @@ services:
SCHEMA_REGISTRY_KAFKASTORE_TOPIC: _schemas

kafka-connect0:
image: confluentinc/cp-kafka-connect:7.2.1.arm64
image: confluentinc/cp-kafka-connect:7.5.0.arm64
ports:
- 8083:8083
depends_on:
Expand All @@ -93,7 +93,7 @@ services:
CONNECT_PLUGIN_PATH: "/usr/share/java,/usr/share/confluent-hub-components"

kafka-init-topics:
image: confluentinc/cp-kafka:7.2.1.arm64
image: confluentinc/cp-kafka:7.5.0.arm64
volumes:
- ./data/message.json:/data/message.json
depends_on:
Expand Down
4 changes: 2 additions & 2 deletions documentation/compose/kafka-ui-auth-context.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ services:
SPRING_SECURITY_USER_PASSWORD: pass

kafka:
image: confluentinc/cp-kafka:7.2.1
image: confluentinc/cp-kafka:7.5.0
hostname: kafka
container_name: kafka
ports:
Expand All @@ -44,4 +44,4 @@ services:
KAFKA_LOG_DIRS: '/tmp/kraft-combined-logs'
volumes:
- ./scripts/update_run.sh:/tmp/update_run.sh
command: "bash -c 'if [ ! -f /tmp/update_run.sh ]; then echo \"ERROR: Did you forget the update_run.sh file that came with this docker-compose.yml file?\" && exit 1 ; else /tmp/update_run.sh && /etc/confluent/docker/run ; fi'"
command: "bash -c 'if [ ! -f /tmp/update_run.sh ]; then echo \"ERROR: Did you forget the update_run.sh file that came with this docker-compose.yml file?\" && exit 1 ; else /tmp/update_run.sh && /etc/confluent/docker/run ; fi'"
8 changes: 4 additions & 4 deletions documentation/compose/kafka-ui-connectors-auth.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ services:
KAFKA_CLUSTERS_0_KAFKACONNECT_0_PASSWORD: admin-secret

kafka0:
image: confluentinc/cp-kafka:7.2.1
image: confluentinc/cp-kafka:7.5.0
hostname: kafka0
container_name: kafka0
ports:
Expand Down Expand Up @@ -50,7 +50,7 @@ services:
command: 'bash -c ''if [ ! -f /tmp/update_run.sh ]; then echo "ERROR: Did you forget the update_run.sh file that came with this docker-compose.yml file?" && exit 1 ; else /tmp/update_run.sh && /etc/confluent/docker/run ; fi'''

schemaregistry0:
image: confluentinc/cp-schema-registry:7.2.1
image: confluentinc/cp-schema-registry:7.5.0
ports:
- 8085:8085
depends_on:
Expand All @@ -69,7 +69,7 @@ services:
build:
context: ./kafka-connect
args:
image: confluentinc/cp-kafka-connect:7.2.1
image: confluentinc/cp-kafka-connect:7.5.0
ports:
- 8083:8083
depends_on:
Expand Down Expand Up @@ -102,7 +102,7 @@ services:
# AWS_SECRET_ACCESS_KEY: ""

kafka-init-topics:
image: confluentinc/cp-kafka:7.2.1
image: confluentinc/cp-kafka:7.5.0
volumes:
- ./data/message.json:/data/message.json
depends_on:
Expand Down
2 changes: 1 addition & 1 deletion documentation/compose/kafka-ui-jmx-secured.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ services:
- ./jmx/clientkeystore:/jmx/clientkeystore

kafka0:
image: confluentinc/cp-kafka:7.2.1
image: confluentinc/cp-kafka:7.5.0
hostname: kafka0
container_name: kafka0
ports:
Expand Down
2 changes: 1 addition & 1 deletion documentation/compose/kafka-ui-sasl.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ services:
DYNAMIC_CONFIG_ENABLED: true # not necessary for sasl auth, added for tests

kafka:
image: confluentinc/cp-kafka:7.2.1
image: confluentinc/cp-kafka:7.5.0
hostname: kafka
container_name: kafka
ports:
Expand Down
4 changes: 2 additions & 2 deletions documentation/compose/kafka-ui-serdes.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ services:
- ./proto:/protofiles

kafka0:
image: confluentinc/cp-kafka:7.2.1
image: confluentinc/cp-kafka:7.5.0
hostname: kafka0
container_name: kafka0
ports:
Expand Down Expand Up @@ -97,7 +97,7 @@ services:
command: "bash -c 'if [ ! -f /tmp/update_run.sh ]; then echo \"ERROR: Did you forget the update_run.sh file that came with this docker-compose.yml file?\" && exit 1 ; else /tmp/update_run.sh && /etc/confluent/docker/run ; fi'"

schemaregistry0:
image: confluentinc/cp-schema-registry:7.2.1
image: confluentinc/cp-schema-registry:7.5.0
ports:
- 8085:8085
depends_on:
Expand Down
2 changes: 1 addition & 1 deletion documentation/compose/kafka-ui-with-jmx-exporter.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ version: '2'
services:

kafka0:
image: confluentinc/cp-kafka:7.2.1
image: confluentinc/cp-kafka:7.5.0
hostname: kafka0
container_name: kafka0
ports:
Expand Down
12 changes: 6 additions & 6 deletions documentation/compose/kafka-ui.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ services:
DYNAMIC_CONFIG_ENABLED: 'true'

kafka0:
image: confluentinc/cp-kafka:7.2.1
image: confluentinc/cp-kafka:7.5.0
hostname: kafka0
container_name: kafka0
ports:
Expand Down Expand Up @@ -55,7 +55,7 @@ services:
command: "bash -c 'if [ ! -f /tmp/update_run.sh ]; then echo \"ERROR: Did you forget the update_run.sh file that came with this docker-compose.yml file?\" && exit 1 ; else /tmp/update_run.sh && /etc/confluent/docker/run ; fi'"

kafka1:
image: confluentinc/cp-kafka:7.2.1
image: confluentinc/cp-kafka:7.5.0
hostname: kafka1
container_name: kafka1
ports:
Expand Down Expand Up @@ -83,7 +83,7 @@ services:
command: "bash -c 'if [ ! -f /tmp/update_run.sh ]; then echo \"ERROR: Did you forget the update_run.sh file that came with this docker-compose.yml file?\" && exit 1 ; else /tmp/update_run.sh && /etc/confluent/docker/run ; fi'"

schemaregistry0:
image: confluentinc/cp-schema-registry:7.2.1
image: confluentinc/cp-schema-registry:7.5.0
ports:
- 8085:8085
depends_on:
Expand All @@ -99,7 +99,7 @@ services:
SCHEMA_REGISTRY_KAFKASTORE_TOPIC: _schemas

schemaregistry1:
image: confluentinc/cp-schema-registry:7.2.1
image: confluentinc/cp-schema-registry:7.5.0
ports:
- 18085:8085
depends_on:
Expand All @@ -115,7 +115,7 @@ services:
SCHEMA_REGISTRY_KAFKASTORE_TOPIC: _schemas

kafka-connect0:
image: confluentinc/cp-kafka-connect:7.2.1
image: confluentinc/cp-kafka-connect:7.5.0
ports:
- 8083:8083
depends_on:
Expand All @@ -140,7 +140,7 @@ services:
CONNECT_PLUGIN_PATH: "/usr/share/java,/usr/share/confluent-hub-components"

kafka-init-topics:
image: confluentinc/cp-kafka:7.2.1
image: confluentinc/cp-kafka:7.5.0
volumes:
- ./data/message.json:/data/message.json
depends_on:
Expand Down
6 changes: 3 additions & 3 deletions documentation/compose/kafka-with-zookeeper.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ version: '2'
services:

zookeeper:
image: confluentinc/cp-zookeeper:7.2.1
image: confluentinc/cp-zookeeper:7.5.0
hostname: zookeeper
container_name: zookeeper
ports:
Expand All @@ -13,7 +13,7 @@ services:
ZOOKEEPER_TICK_TIME: 2000

kafka:
image: confluentinc/cp-server:7.2.1
image: confluentinc/cp-server:7.5.0
hostname: kafka
container_name: kafka
depends_on:
Expand All @@ -36,7 +36,7 @@ services:
KAFKA_JMX_HOSTNAME: kafka

kafka-init-topics:
image: confluentinc/cp-kafka:7.2.1
image: confluentinc/cp-kafka:7.5.0
volumes:
- ./data/message.json:/data/message.json
depends_on:
Expand Down
4 changes: 2 additions & 2 deletions documentation/compose/ldap.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ services:
- 10389:10389

kafka0:
image: confluentinc/cp-kafka:7.2.1
image: confluentinc/cp-kafka:7.5.0
hostname: kafka0
container_name: kafka0
ports:
Expand Down Expand Up @@ -63,7 +63,7 @@ services:
command: "bash -c 'if [ ! -f /tmp/update_run.sh ]; then echo \"ERROR: Did you forget the update_run.sh file that came with this docker-compose.yml file?\" && exit 1 ; else /tmp/update_run.sh && /etc/confluent/docker/run ; fi'"

schemaregistry0:
image: confluentinc/cp-schema-registry:7.2.1
image: confluentinc/cp-schema-registry:7.5.0
ports:
- 8085:8085
depends_on:
Expand Down
2 changes: 1 addition & 1 deletion kafka-ui-api/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#FROM azul/zulu-openjdk-alpine:17-jre-headless
FROM azul/zulu-openjdk-alpine@sha256:a36679ac0d28cb835e2a8c00e1e0d95509c6c51c5081c7782b85edb1f37a771a
FROM azul/zulu-openjdk-alpine:17.0.8.1-jre-headless

RUN apk add --no-cache \
# snappy codec
Expand Down
9 changes: 3 additions & 6 deletions kafka-ui-api/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@
<dependency>
<groupId>org.apache.commons</groupId>
<artifactId>commons-lang3</artifactId>
<version>3.12.0</version>
<version>3.13.0</version>
</dependency>
<dependency>
<groupId>org.projectlombok</groupId>
Expand Down Expand Up @@ -133,7 +133,7 @@
<dependency>
<groupId>org.apache.commons</groupId>
<artifactId>commons-pool2</artifactId>
<version>${apache.commons.version}</version>
<version>${apache.commons-pool2.version}</version>
</dependency>
<dependency>
<groupId>org.testcontainers</groupId>
Expand Down Expand Up @@ -309,9 +309,6 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-plugin</artifactId>
<configuration>
<argLine>@{argLine} --illegal-access=permit</argLine>
</configuration>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
Expand All @@ -321,7 +318,7 @@
<dependency>
<groupId>com.puppycrawl.tools</groupId>
<artifactId>checkstyle</artifactId>
<version>10.3.1</version>
<version>10.3.1</version> <!-- TODO 10.12.3 -->
</dependency>
</dependencies>
<executions>
Expand Down
Loading

0 comments on commit 4a1f332

Please sign in to comment.