Skip to content

Commit

Permalink
Merge pull request #121 from Joel-hanson/version-updates
Browse files Browse the repository at this point in the history
feat: Update IBM mq allclient and kafka binary version
  • Loading branch information
Joel-hanson committed Oct 5, 2023
2 parents e40cbfc + f2e105b commit d93b499
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/checkstyle-and-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Checkstyle and Tests
on:
pull_request:
branches:
- 'master'
- 'main'
types: [opened, synchronize, reopened]

jobs:
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ FROM alpine as builder
RUN apk update
RUN apk --no-cache add curl

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

Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@
<dependency>
<groupId>com.ibm.mq</groupId>
<artifactId>com.ibm.mq.allclient</artifactId>
<version>9.3.2.1</version>
<version>9.3.3.1</version>
</dependency>

<dependency>
Expand Down

0 comments on commit d93b499

Please sign in to comment.