Skip to content

Commit

Permalink
Merge branch 'main' into request-id
Browse files Browse the repository at this point in the history
  • Loading branch information
3750 authored May 28, 2024
2 parents 6e0749f + e425034 commit 5988f2e
Show file tree
Hide file tree
Showing 9 changed files with 13 additions and 10 deletions.
3 changes: 3 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,6 @@ updates:
directory: "/"
schedule:
interval: "weekly"
ignore:
- dependency-name: "*"
update-types: ["version-update:semver-patch"]
2 changes: 1 addition & 1 deletion commons-db/build.gradle
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
plugins {
id 'java-library'
id 'groovy'
id 'org.springframework.boot' version '3.2.5'
id 'org.springframework.boot' version '3.3.0'
id 'io.spring.dependency-management' version '1.1.5'
}

Expand Down
2 changes: 1 addition & 1 deletion commons-rest/build.gradle
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
plugins {
id 'java-library'
id 'groovy'
id 'org.springframework.boot' version '3.2.5'
id 'org.springframework.boot' version '3.3.0'
id 'io.spring.dependency-management' version '1.1.5'
}

Expand Down
2 changes: 1 addition & 1 deletion part1.1-shared-state/build.gradle
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
plugins {
id 'java'
id 'groovy'
id 'org.springframework.boot' version '3.2.5'
id 'org.springframework.boot' version '3.3.0'
id 'io.spring.dependency-management' version '1.1.5'
id 'io.github.platan.tests-execution-chart'
}
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
@@ -1,7 +1,7 @@
plugins {
id 'java'
id 'groovy'
id 'org.springframework.boot' version '3.2.5'
id 'org.springframework.boot' version '3.3.0'
id 'io.spring.dependency-management' version '1.1.5'
id 'io.github.platan.tests-execution-chart'
}
Expand Down
2 changes: 1 addition & 1 deletion part2.1-database/build.gradle
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
plugins {
id 'java'
id 'groovy'
id 'org.springframework.boot' version '3.2.5'
id 'org.springframework.boot' version '3.3.0'
id 'io.spring.dependency-management' version '1.1.5'
id 'io.github.platan.tests-execution-chart'
}
Expand Down
4 changes: 2 additions & 2 deletions part2.2-rest/build.gradle
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
plugins {
id 'java'
id 'groovy'
id 'org.springframework.boot' version '3.2.5'
id 'org.springframework.boot' version '3.3.0'
id 'io.spring.dependency-management' version '1.1.5'
id 'io.github.platan.tests-execution-chart'
}
Expand All @@ -25,7 +25,7 @@ dependencies {
testImplementation project(':commons')
testImplementation project(':commons-rest')
testImplementation 'org.spockframework:spock-spring:2.4-M4-groovy-4.0'
testImplementation 'org.wiremock:wiremock-standalone:3.5.4'
testImplementation 'org.wiremock:wiremock-standalone:3.6.0'
}

test {
Expand Down
4 changes: 2 additions & 2 deletions part2.3-message-broker/build.gradle
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
plugins {
id 'java'
id 'groovy'
id 'org.springframework.boot' version '3.2.5'
id 'org.springframework.boot' version '3.3.0'
id 'io.spring.dependency-management' version '1.1.5'
id 'io.github.platan.tests-execution-chart'
}
Expand All @@ -20,7 +20,7 @@ dependencies {
implementation 'org.springframework:spring-webflux'
implementation 'org.springdoc:springdoc-openapi-starter-webmvc-ui:2.5.0'
implementation 'pl.allegro.tech.hermes:hermes-client:2.6.6'
implementation 'org.eclipse.jetty:jetty-reactive-httpclient:4.0.3'
implementation 'org.eclipse.jetty:jetty-reactive-httpclient:4.0.4'
implementation 'io.projectreactor.netty:reactor-netty:1.1.19'

testRuntimeOnly("org.junit.platform:junit-platform-launcher")
Expand Down
2 changes: 1 addition & 1 deletion part3.0-measuring/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ repositories {
}

dependencies {
implementation 'commons-cli:commons-cli:1.7.0'
implementation 'commons-cli:commons-cli:1.8.0'
implementation 'org.apache.commons:commons-csv:1.11.0'

testRuntimeOnly("org.junit.platform:junit-platform-launcher")
Expand Down

0 comments on commit 5988f2e

Please sign in to comment.