Skip to content

Commit d93b499

Browse files
authored
Merge pull request #121 from Joel-hanson/version-updates
feat: Update IBM mq allclient and kafka binary version
2 parents e40cbfc + f2e105b commit d93b499

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/checkstyle-and-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: Checkstyle and Tests
33
on:
44
pull_request:
55
branches:
6-
- 'master'
6+
- 'main'
77
types: [opened, synchronize, reopened]
88

99
jobs:

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ FROM alpine as builder
55
RUN apk update
66
RUN apk --no-cache add curl
77

8-
RUN curl -L "https://downloads.apache.org/kafka/3.4.0/kafka_2.12-3.4.0.tgz" -o kafka.tgz
8+
RUN curl -L "https://downloads.apache.org/kafka/3.4.1/kafka_2.12-3.4.1.tgz" -o kafka.tgz
99
RUN mkdir /opt/kafka \
1010
&& tar -xf kafka.tgz -C /opt/kafka --strip-components=1
1111

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@
6464
<dependency>
6565
<groupId>com.ibm.mq</groupId>
6666
<artifactId>com.ibm.mq.allclient</artifactId>
67-
<version>9.3.2.1</version>
67+
<version>9.3.3.1</version>
6868
</dependency>
6969

7070
<dependency>

0 commit comments

Comments
 (0)