Skip to content

Commit

Permalink
Merge pull request #94 from allegro/dependabot/gradle/pl.allegro.tech…
Browse files Browse the repository at this point in the history
….hermes-hermes-client-2.7.1

Bump pl.allegro.tech.hermes:hermes-client from 2.6.6 to 2.7.1
  • Loading branch information
3750 authored Jan 27, 2025
2 parents b6ae9b7 + f0c70be commit 02e8385
Show file tree
Hide file tree
Showing 10 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
java: [ '17', '21' ]
java: [ '21' ]

steps:
- uses: actions/checkout@v3
Expand Down
2 changes: 1 addition & 1 deletion .java-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
17.0
21
2 changes: 1 addition & 1 deletion commons-db/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ plugins {
}

java {
sourceCompatibility = '17'
sourceCompatibility = '21'
}

repositories {
Expand Down
2 changes: 1 addition & 1 deletion commons-rest/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ plugins {
}

java {
sourceCompatibility = '17'
sourceCompatibility = '21'
}

repositories {
Expand Down
2 changes: 1 addition & 1 deletion commons/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ plugins {
}

java {
sourceCompatibility = '17'
sourceCompatibility = '21'
}

repositories {
Expand Down
2 changes: 1 addition & 1 deletion part1.1-shared-state/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ plugins {
}

java {
sourceCompatibility = '17'
sourceCompatibility = '21'
}

repositories {
Expand Down
2 changes: 1 addition & 1 deletion part1.2-from-sequential-to-parallel/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ plugins {
}

java {
sourceCompatibility = '17'
sourceCompatibility = '21'
}

repositories {
Expand Down
2 changes: 1 addition & 1 deletion part2.1-database/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ plugins {
}

java {
sourceCompatibility = '17'
sourceCompatibility = '21'
}

repositories {
Expand Down
2 changes: 1 addition & 1 deletion part2.2-rest/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ plugins {
}

java {
sourceCompatibility = '17'
sourceCompatibility = '21'
}

repositories {
Expand Down
4 changes: 2 additions & 2 deletions part2.3-message-broker/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ plugins {
}

java {
sourceCompatibility = '17'
sourceCompatibility = '21'
}

repositories {
Expand All @@ -19,7 +19,7 @@ dependencies {
implementation 'org.springframework.boot:spring-boot-starter-validation'
implementation 'org.springframework:spring-webflux'
implementation 'org.springdoc:springdoc-openapi-starter-webmvc-ui:2.6.0'
implementation 'pl.allegro.tech.hermes:hermes-client:2.6.6'
implementation 'pl.allegro.tech.hermes:hermes-client:2.7.1'
implementation 'org.eclipse.jetty:jetty-reactive-httpclient:4.0.4'
implementation 'io.projectreactor.netty:reactor-netty:1.2.0'

Expand Down

0 comments on commit 02e8385

Please sign in to comment.