Skip to content

Commit 06a38a7

Browse files
committed
Merge branch 'main' into feat/py
2 parents a115b85 + 540d6cd commit 06a38a7

File tree

7 files changed

+164
-148
lines changed

7 files changed

+164
-148
lines changed

jvm/example-junit5/build.gradle

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,10 @@ repositories {
66
mavenCentral()
77
}
88
dependencies {
9-
implementation 'io.jooby:jooby:3.1.2'
10-
implementation 'io.jooby:jooby-netty:3.1.2'
9+
implementation 'io.jooby:jooby:3.2.0'
10+
implementation 'io.jooby:jooby-netty:3.2.0'
1111
implementation 'jakarta.mail:jakarta.mail-api:2.1.3'
12-
testImplementation 'io.jooby:jooby-test:3.1.2'
12+
testImplementation 'io.jooby:jooby-test:3.2.0'
1313
testImplementation "org.junit.jupiter:junit-jupiter:$ver_JUNIT_USE"
1414
testRuntimeOnly 'org.junit.platform:junit-platform-launcher'
1515
testImplementation 'io.rest-assured:rest-assured:5.4.0'

jvm/gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,6 @@ ver_JUNIT_USE=5.10.2
88
ver_JUNIT_PIONEER=2.2.0
99
ver_OKIO=3.9.0
1010
ver_KOTLIN_TEST=2.0.0
11-
ver_KOTLIN_SERIALIZATION=1.6.3
11+
ver_KOTLIN_SERIALIZATION=1.7.0
1212
# Kotest 5.4.0 is the oldest that we support
1313
ver_KOTEST=5.4.0

python/example-pytest-selfie/poetry.lock

Lines changed: 27 additions & 27 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

python/pytest-selfie/poetry.lock

Lines changed: 27 additions & 27 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)