Skip to content

Commit

Permalink
Merge pull request #192 from boudicca-events/abl/update-allthethings
Browse files Browse the repository at this point in the history
Abl/update allthethings
  • Loading branch information
kadhonn authored Nov 23, 2023
2 parents fb32f82 + fcdda4d commit 810b5d8
Show file tree
Hide file tree
Showing 12 changed files with 15 additions and 15 deletions.
4 changes: 2 additions & 2 deletions boudicca.base/enricher-openapi/build.gradle.kts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
plugins {
id("org.openapi.generator") version "7.0.1"
id("org.openapi.generator") version "7.1.0"
`java-library`
}

Expand All @@ -18,7 +18,7 @@ val openapi by configurations.creating {
isCanBeResolved = true
}

val jacksonVersion = "2.15.3"
val jacksonVersion = "2.16.0"
val jakartaAnnotationVersion = "1.3.5"

dependencies {
Expand Down
2 changes: 1 addition & 1 deletion boudicca.base/eventdb-ingestion-api/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,6 @@ repositories {
dependencies {
implementation(project(":boudicca.base:semantic-conventions"))
implementation("io.swagger:swagger-annotations:1.6.12")
implementation("org.springframework:spring-web:6.0.13")
implementation("org.springframework:spring-web:6.1.0")
implementation("org.springframework:spring-context:6.0.13")
}
4 changes: 2 additions & 2 deletions boudicca.base/eventdb-openapi/build.gradle.kts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
plugins {
id("org.openapi.generator") version "7.0.1"
id("org.openapi.generator") version "7.1.0"
`java-library`
}

Expand All @@ -18,7 +18,7 @@ val openapi by configurations.creating {
isCanBeResolved = true
}

val jacksonVersion = "2.15.3"
val jacksonVersion = "2.16.0"
val jakartaAnnotationVersion = "1.3.5"

dependencies {
Expand Down
2 changes: 1 addition & 1 deletion boudicca.base/eventdb-publisher-api/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,6 @@ repositories {
dependencies {
implementation(project(":boudicca.base:semantic-conventions"))
implementation("io.swagger:swagger-annotations:1.6.12")
implementation("org.springframework:spring-web:6.0.13")
implementation("org.springframework:spring-web:6.1.0")
implementation("org.springframework:spring-context:6.0.13")
}
2 changes: 1 addition & 1 deletion boudicca.base/eventdb/build.gradle.kts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
plugins {
id("org.springframework.boot") version "3.1.5"
id("io.spring.dependency-management") version "1.1.3"
id("io.spring.dependency-management") version "1.1.4"
kotlin("jvm")
kotlin("plugin.spring")
}
Expand Down
2 changes: 1 addition & 1 deletion boudicca.base/publisher-event-html/build.gradle.kts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
plugins {
id("org.springframework.boot") version "3.1.5"
id("io.spring.dependency-management") version "1.1.3"
id("io.spring.dependency-management") version "1.1.4"
kotlin("jvm")
kotlin("plugin.spring")
}
Expand Down
2 changes: 1 addition & 1 deletion boudicca.base/publisher-event-ical/build.gradle.kts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
plugins {
id("org.springframework.boot") version "3.1.5"
id("io.spring.dependency-management") version "1.1.3"
id("io.spring.dependency-management") version "1.1.4"
kotlin("jvm")
kotlin("plugin.spring")
}
Expand Down
2 changes: 1 addition & 1 deletion boudicca.base/search-api/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,6 @@ repositories {
dependencies {
implementation(project(":boudicca.base:semantic-conventions"))
implementation("io.swagger:swagger-annotations:1.6.12")
implementation("org.springframework:spring-web:6.0.13")
implementation("org.springframework:spring-web:6.1.0")
implementation("org.springframework:spring-context:6.0.13")
}
2 changes: 1 addition & 1 deletion boudicca.base/search-client/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ dependencies {
implementation("org.jetbrains.kotlin:kotlin-stdlib")
implementation(project(":boudicca.base:semantic-conventions"))
implementation(project(":boudicca.base:search-openapi"))
testImplementation("org.junit.jupiter:junit-jupiter:5.10.0")
testImplementation("org.junit.jupiter:junit-jupiter:5.10.1")
}

kotlin {
Expand Down
4 changes: 2 additions & 2 deletions boudicca.base/search-openapi/build.gradle.kts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
plugins {
id("org.openapi.generator") version "7.0.1"
id("org.openapi.generator") version "7.1.0"
`java-library`
}

Expand All @@ -18,7 +18,7 @@ val openapi by configurations.creating {
isCanBeResolved = true
}

val jacksonVersion = "2.15.3"
val jacksonVersion = "2.16.0"
val jakartaAnnotationVersion = "1.3.5"

dependencies {
Expand Down
2 changes: 1 addition & 1 deletion boudicca.base/search/build.gradle.kts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
plugins {
id("org.springframework.boot") version "3.1.5"
id("io.spring.dependency-management") version "1.1.3"
id("io.spring.dependency-management") version "1.1.4"
kotlin("jvm")
kotlin("plugin.spring")
}
Expand Down
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@ plugins {
kotlin("plugin.allopen") version "1.9.20" apply false
kotlin("plugin.spring") version "1.9.20" apply false
id("org.springframework.boot") version "3.1.5" apply false
id("io.spring.dependency-management") version "1.1.3" apply false
id("io.spring.dependency-management") version "1.1.4" apply false
}

0 comments on commit 810b5d8

Please sign in to comment.