Skip to content

Commit 6c181f9

Browse files
authored
Merge branch 'main' into reusable_exposehostports
2 parents e841f76 + c210afb commit 6c181f9

File tree

3 files changed

+5
-1
lines changed

3 files changed

+5
-1
lines changed

.github/dependabot.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,8 @@ updates:
2020
update-types: [ "version-update:semver-major" ]
2121
- dependency-name: "com.fasterxml.jackson.datatype:jackson-datatype-jsr310"
2222
update-types: [ "version-update:semver-minor", "version-update:semver-patch" ]
23+
- dependency-name: "org.apache.commons:commons-compress"
24+
update-types: [ "version-update:semver-minor" ]
2325
- package-ecosystem: "gradle"
2426
directory: "/"
2527
allow:

core/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ dependencies {
7373
api 'org.slf4j:slf4j-api:1.7.36'
7474
compileOnly 'org.jetbrains:annotations:24.1.0'
7575
testCompileOnly 'org.jetbrains:annotations:24.1.0'
76-
api 'org.apache.commons:commons-compress:1.25.0'
76+
api 'org.apache.commons:commons-compress:1.24.0'
7777
api ('org.rnorth.duct-tape:duct-tape:1.0.8') {
7878
exclude(group: 'org.jetbrains', module: 'annotations')
7979
}

gradle.properties

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
org.gradle.parallel=false
22
org.gradle.caching=true
33
org.gradle.configureondemand=true
4+
org.gradle.jvmargs=-Xmx2g
5+
46
testcontainers.version=1.19.4

0 commit comments

Comments
 (0)