Skip to content

Commit 66946b8

Browse files
committed
Merge branch 'master' of github.com:marciorasf/simple-binary-encoding into human-readable
2 parents 5d2c03d + f426ec0 commit 66946b8

File tree

5 files changed

+8
-8
lines changed

5 files changed

+8
-8
lines changed

.github/workflows/slow.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ on:
1919

2020
concurrency:
2121
group: slow-${{ github.workflow }}-${{ github.ref }}
22-
cancel-in-progress: true
22+
cancel-in-progress: ${{ github.event_name != 'schedule' }}
2323

2424
env:
2525
GRADLE_OPTS: '-Dorg.gradle.daemon=false -Dorg.gradle.java.installations.auto-detect=false -Dorg.gradle.warning.mode=fail'

gradle/libs.versions.toml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,16 @@
11
[versions]
2-
agrona = "2.0.1"
3-
checkstyle = "10.21.2"
2+
agrona = "2.1.0"
3+
checkstyle = "10.21.4"
44
commons-codec = "1.15"
55
commons-lang3 = "3.8.1"
6-
gradle = "8.12.1"
6+
gradle = "8.13"
77
hamcrest = "3.0"
88
httpcore = "4.4.14"
99
jqwik = "1.9.2"
1010
jmh = "1.37"
1111
json = "20250107"
12-
junit = "5.11.4"
13-
mockito = "5.15.2"
12+
junit = "5.12.1"
13+
mockito = "5.16.1"
1414
plexus = "3.3.0"
1515
shadow = "8.3.6"
1616
versions = "0.52.0"

gradle/wrapper/gradle-wrapper.jar

122 Bytes
Binary file not shown.

gradle/wrapper/gradle-wrapper.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
distributionBase=GRADLE_USER_HOME
22
distributionPath=wrapper/dists
3-
distributionUrl=https\://services.gradle.org/distributions/gradle-8.12.1-all.zip
3+
distributionUrl=https\://services.gradle.org/distributions/gradle-8.13-all.zip
44
networkTimeout=10000
55
validateDistributionUrl=true
66
zipStoreBase=GRADLE_USER_HOME

gradlew

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -205,7 +205,7 @@ fi
205205
DEFAULT_JVM_OPTS='"-Xmx64m" "-Xms64m"'
206206

207207
# Collect all arguments for the java command:
208-
# * DEFAULT_JVM_OPTS, JAVA_OPTS, JAVA_OPTS, and optsEnvironmentVar are not allowed to contain shell fragments,
208+
# * DEFAULT_JVM_OPTS, JAVA_OPTS, and optsEnvironmentVar are not allowed to contain shell fragments,
209209
# and any embedded shellness will be escaped.
210210
# * For example: A user cannot expect ${Hostname} to be expanded, as it is an environment variable and will be
211211
# treated as '${Hostname}' itself on the command line.

0 commit comments

Comments
 (0)