Skip to content

Commit a4dcfa3

Browse files
Bump pl.allegro.tech.hermes:hermes-client from 2.11.2 to 2.12.0
Bumps [pl.allegro.tech.hermes:hermes-client](https://github.com/allegro/hermes) from 2.11.2 to 2.12.0. - [Release notes](https://github.com/allegro/hermes/releases) - [Changelog](https://github.com/allegro/hermes/blob/master/RELEASE_FLOW.md) - [Commits](allegro/hermes@hermes-2.11.2...hermes-2.12.0) --- updated-dependencies: - dependency-name: pl.allegro.tech.hermes:hermes-client dependency-version: 2.12.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 32888ec commit a4dcfa3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

part2.3-message-broker/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,14 +19,14 @@ dependencies {
1919
implementation 'org.springframework.boot:spring-boot-starter-validation'
2020
implementation 'org.springframework:spring-webflux'
2121
implementation 'org.springdoc:springdoc-openapi-starter-webmvc-ui:2.8.6'
22-
implementation 'pl.allegro.tech.hermes:hermes-client:2.11.2'
22+
implementation 'pl.allegro.tech.hermes:hermes-client:2.12.0'
2323
implementation 'org.eclipse.jetty:jetty-reactive-httpclient:4.0.4'
2424
implementation 'io.projectreactor.netty:reactor-netty:1.3.0'
2525

2626
testRuntimeOnly("org.junit.platform:junit-platform-launcher")
2727
testImplementation project(':commons')
2828
testImplementation project(':commons-rest')
29-
testImplementation 'pl.allegro.tech.hermes:hermes-mock:2.11.2'
29+
testImplementation 'pl.allegro.tech.hermes:hermes-mock:2.12.0'
3030
testImplementation 'org.spockframework:spock-spring:2.4-M4-groovy-4.0'
3131
}
3232

0 commit comments

Comments
 (0)