Skip to content

Commit

Permalink
Upgrade apache pulsar to 3.3.2 to fix CVE-2024-47561 in avro (#156)
Browse files Browse the repository at this point in the history
* upgrade apache pulsar to 3.3.2

* upgrade actions/cache to v3

(cherry picked from commit 14a90d9)
  • Loading branch information
nikhil-ctds committed Dec 4, 2024
1 parent ca2713d commit af170a2
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/tck-client-side-filters.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
distribution: 'temurin'

- name: Cache local Maven repository
uses: actions/cache@v2
uses: actions/cache@v3
with:
path: ~/.m2/repository
key: ${{ runner.os }}-maven-${{ hashFiles('**/pom.xml') }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/tck-server-side-filters.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
distribution: 'temurin'

- name: Cache local Maven repository
uses: actions/cache@v2
uses: actions/cache@v3
with:
path: ~/.m2/repository
key: ${{ runner.os }}-maven-${{ hashFiles('**/pom.xml') }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
distribution: 'temurin'

- name: Cache local Maven repository
uses: actions/cache@v2
uses: actions/cache@v3
with:
path: ~/.m2/repository
key: ${{ runner.os }}-maven-${{ hashFiles('**/pom.xml') }}
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@
<maven.compiler.release>8</maven.compiler.release>
<jms.version>2.0.3</jms.version>
<pulsar.groupId>org.apache.pulsar</pulsar.groupId>
<pulsar.version>3.2.2</pulsar.version>
<pulsar.version>3.3.2</pulsar.version>
<activemq.version>5.16.7</activemq.version>
<hawtbuf.version>1.11</hawtbuf.version>
<curator.version>5.1.0</curator.version>
Expand Down

0 comments on commit af170a2

Please sign in to comment.