File tree 6 files changed +24
-16
lines changed
6 files changed +24
-16
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"extends" : [
3
- " config:base"
3
+ " config:recommended"
4
+ ],
5
+ "addLabels" : [
6
+ " type: dependency-upgrade"
4
7
],
5
- "addLabels" : [" type: dependency-upgrade" ],
6
8
"schedule" : [
7
- " after 10pm every day "
9
+ " after 10pm"
8
10
],
9
11
"prHourlyLimit" : 1 ,
10
12
"prConcurrentLimit" : 20 ,
11
13
"timezone" : " Europe/Prague" ,
12
14
"packageRules" : [
13
15
{
14
- "matchPackagePatterns" : [" actions.*" ],
15
16
"dependencyDashboardApproval" : true ,
16
- "matchUpdateTypes" : [" patch" ],
17
+ "matchUpdateTypes" : [
18
+ " patch"
19
+ ],
17
20
"matchCurrentVersion" : " !/^0/" ,
18
- "automerge" : true
21
+ "automerge" : true ,
22
+ "matchPackageNames" : [
23
+ " /actions.*/"
24
+ ]
19
25
},
20
26
{
21
- "matchUpdateTypes" : [" patch" ],
27
+ "matchUpdateTypes" : [
28
+ " patch"
29
+ ],
22
30
"matchCurrentVersion" : " !/^0/" ,
23
31
"automerge" : true
24
32
}
Original file line number Diff line number Diff line change 70
70
71
71
- name : " 📊 Publish Test Report"
72
72
if : always()
73
- uses : mikepenz/action-junit-report@v4
73
+ uses : mikepenz/action-junit-report@v5
74
74
with :
75
75
check_name : Java CI / Test Report (${{ matrix.java }})
76
76
report_paths : ' **/build/test-results/test/TEST-*.xml'
Original file line number Diff line number Diff line change @@ -160,6 +160,6 @@ jobs:
160
160
- name : Upload assets
161
161
# Upload the artifacts to the existing release. Note that the SLSA provenance will
162
162
# attest to each artifact file and not the aggregated ZIP file.
163
- uses : softprops/action-gh-release@e7a8f85e1c67a31e6ed99a94b41bd0b71bbee6b8 # v2.0.9
163
+ uses : softprops/action-gh-release@01570a1f39cb168c169c802c3bceb9e93fb10974 # v2.1.0
164
164
with :
165
165
files : artifacts.zip
Original file line number Diff line number Diff line change @@ -10,18 +10,18 @@ graal-svm = "23.1.5"
10
10
aws-lambda-events = " 3.14.0"
11
11
aws-lambda-serialization = " 1.1.5"
12
12
microstream-storage-restclient = " 08.01.02-MS-GA"
13
- oracle-jdbc-driver = " 23.5 .0.24.07 "
13
+ oracle-jdbc-driver = " 23.6 .0.24.10 "
14
14
jetbrains-annotations = " 24.1.0"
15
15
jmh = " 1.37"
16
16
groovy = " 4.0.22"
17
17
18
18
micronaut = " 4.7.6"
19
- micronaut-platform = " 4.6.3 "
19
+ micronaut-platform = " 4.7.1 "
20
20
micronaut-docs = " 2.0.0"
21
- micronaut-test = " 4.5 .0"
22
- micronaut-discovery = " 4.4 .0"
21
+ micronaut-test = " 4.6 .0"
22
+ micronaut-discovery = " 4.5 .0"
23
23
micronaut-logging = " 1.5.0"
24
- micronaut-oracle-cloud = " 4.2 .1"
24
+ micronaut-oracle-cloud = " 4.3 .1"
25
25
micronaut-reactor = " 3.6.0"
26
26
micronaut-validation = " 4.8.0"
27
27
micronaut-gradle-plugin = " 4.4.4"
Original file line number Diff line number Diff line change 1
1
distributionBase =GRADLE_USER_HOME
2
2
distributionPath =wrapper/dists
3
- distributionUrl =https\://services.gradle.org/distributions/gradle-8.10.2 -bin.zip
3
+ distributionUrl =https\://services.gradle.org/distributions/gradle-8.11 -bin.zip
4
4
networkTimeout =10000
5
5
validateDistributionUrl =true
6
6
zipStoreBase =GRADLE_USER_HOME
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ pluginManagement {
6
6
}
7
7
8
8
plugins {
9
- id(" io.micronaut.build.shared.settings" ) version " 7.2.3 "
9
+ id(" io.micronaut.build.shared.settings" ) version " 7.3.0 "
10
10
}
11
11
12
12
enableFeaturePreview(" TYPESAFE_PROJECT_ACCESSORS" )
You can’t perform that action at this time.
0 commit comments