Skip to content

Commit a0034b4

Browse files
committed
Update all dependencies
1 parent 8df5cd7 commit a0034b4

File tree

7 files changed

+6
-6
lines changed

7 files changed

+6
-6
lines changed

.github/workflows/gradle.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
with:
1717
submodules: recursive
1818
- name: Set up JDK
19-
uses: actions/setup-java@v4
19+
uses: actions/setup-java@v5
2020
with:
2121
java-version: '17'
2222
distribution: 'temurin'

conventions/settings.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ pluginManagement {
66
}
77

88
plugins {
9-
id("dev.panuszewski.typesafe-conventions") version "0.7.4"
9+
id("dev.panuszewski.typesafe-conventions") version "0.8.0"
1010
}
1111

1212
dependencyResolutionManagement {

conventions/src/main/kotlin/tel.schich.javacan.convention.native.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ data class BuildTarget(
3131
val archDetect: Boolean,
3232
)
3333

34-
val dockcrossVersion = "20250109-7bf589c"
34+
val dockcrossVersion = "20250913-6ea98ba"
3535
val nativeGroup = "native"
3636
val targets = buildList {
3737
fun MutableList<BuildTarget>.add(

gradle/libs.versions.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
axion = "1.20.1"
33
dockcross = "0.4.2"
44
mavenCentralPublish = "0.8.0"
5-
jdtAnnotations = "2.3.100"
5+
jdtAnnotations = "2.4.0"
66
slf4j = "2.0.17"
77
logback = "1.3.15"
88
junitJupiter = "5.13.4"

gradle/wrapper/gradle-wrapper.jar

1.65 KB
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.14-bin.zip
3+
distributionUrl=https\://services.gradle.org/distributions/gradle-9.0.0-bin.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
@@ -1,7 +1,7 @@
11
#!/bin/sh
22

33
#
4-
# Copyright © 2015-2021 the original authors.
4+
# Copyright © 2015 the original authors.
55
#
66
# Licensed under the Apache License, Version 2.0 (the "License");
77
# you may not use this file except in compliance with the License.

0 commit comments

Comments
 (0)