Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(deps): update dependency org.apache.commons:commons-lang3 to v3.17.0 #973

Open
wants to merge 20 commits into
base: 4.4.x
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
20 commits
Select commit Hold shift + click to select a range
f3811d1
ci: projectVersion=4.4.0-SNAPSHOT [ci skip]
sdelamo Dec 11, 2024
60b206b
fix(deps): update dependency io.micronaut.serde:micronaut-serde-bom t…
renovate[bot] Dec 11, 2024
a700c3c
chore(deps): update mikepenz/action-junit-report action to v5 (#1030)
renovate[bot] Dec 11, 2024
08ebbad
fix(deps): update dependency org.apache.httpcomponents.core5:httpcore…
renovate[bot] Dec 11, 2024
b55f67a
fix(deps): update dependency io.micronaut.kotlin:micronaut-kotlin-bom…
renovate[bot] Dec 11, 2024
f62c1bd
chore(deps): update dependency gradle to v8.11.1 (#1014)
renovate[bot] Dec 11, 2024
f864ee7
fix(deps): update dependency io.micronaut:micronaut-core-bom to v4.7.…
renovate[bot] Dec 11, 2024
0952db8
fix(deps): update dependency io.micronaut.sql:micronaut-sql-bom to v5…
renovate[bot] Dec 11, 2024
200486c
chore(deps): update softprops/action-gh-release action to v2.2.0 (#1019)
renovate[bot] Dec 11, 2024
62d5b6e
fix(deps): update dependency io.micronaut.groovy:micronaut-groovy-bom…
renovate[bot] Dec 11, 2024
f078269
chore(deps): update graalvm/setup-graalvm action to v1.2.6 (#1017)
renovate[bot] Dec 11, 2024
01b4674
chore(deps): update plugin io.micronaut.build.shared.settings to v7.3…
renovate[bot] Dec 11, 2024
f95c93b
fix(deps): update dependency org.apache.groovy:groovy-bom to v4.0.24 …
renovate[bot] Dec 11, 2024
297eaf6
fix(deps): update dependency io.micronaut.discovery:micronaut-discove…
renovate[bot] Dec 11, 2024
ecc151a
fix(deps): update dependency io.micronaut.test:micronaut-test-bom to …
renovate[bot] Dec 11, 2024
1f262da
fix(deps): update dependency io.micronaut.micrometer:micronaut-microm…
renovate[bot] Dec 11, 2024
2960539
Update common files (#1021)
micronaut-build Dec 11, 2024
ed1adb0
fix(deps): update fn to v1.0.198 (#1031)
renovate[bot] Dec 11, 2024
d2fca0b
chore(deps): update plugin me.champeau.includegit to v0.2.0 (#1024)
renovate[bot] Dec 11, 2024
b43777f
fix(deps): update dependency org.apache.commons:commons-lang3 to v3.17.0
renovate[bot] Dec 11, 2024
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
22 changes: 15 additions & 7 deletions .github/renovate.json
Original file line number Diff line number Diff line change
@@ -1,24 +1,32 @@
{
"extends": [
"config:base"
"config:recommended"
],
"addLabels": [
"type: dependency-upgrade"
],
"addLabels": ["type: dependency-upgrade"],
"schedule": [
"after 10pm every day"
"after 10pm"
],
"prHourlyLimit": 1,
"prConcurrentLimit": 20,
"timezone": "Europe/Prague",
"packageRules": [
{
"matchPackagePatterns": ["actions.*"],
"dependencyDashboardApproval": true,
"matchUpdateTypes": ["patch"],
"matchUpdateTypes": [
"patch"
],
"matchCurrentVersion": "!/^0/",
"automerge": true
"automerge": true,
"matchPackageNames": [
"/actions.*/"
]
},
{
"matchUpdateTypes": ["patch"],
"matchUpdateTypes": [
"patch"
],
"matchCurrentVersion": "!/^0/",
"automerge": true
}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/graalvm-oci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ jobs:
})
- name: Publish Test Report
if: always()
uses: mikepenz/action-junit-report@v4
uses: mikepenz/action-junit-report@v5
with:
check_name: GraalVM CE CI / Test Report (Java ${{ matrix.java }})
report_paths: '**/build/test-results/test/TEST-*.xml'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/gradle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:
fetch-depth: 0

- name: "πŸ”§ Setup GraalVM CE"
uses: graalvm/setup-graalvm@v1.2.5
uses: graalvm/setup-graalvm@v1.2.6
with:
distribution: 'graalvm'
java-version: ${{ matrix.java }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -160,6 +160,6 @@ jobs:
- name: Upload assets
# Upload the artifacts to the existing release. Note that the SLSA provenance will
# attest to each artifact file and not the aggregated ZIP file.
uses: softprops/action-gh-release@e7a8f85e1c67a31e6ed99a94b41bd0b71bbee6b8 # v2.0.9
uses: softprops/action-gh-release@7b4da11513bf3f43f9999e90eabced41ab8bb048 # v2.2.0
with:
files: artifacts.zip
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
projectVersion=4.3.3-SNAPSHOT
projectVersion=4.4.0-SNAPSHOT
projectGroup=io.micronaut.oraclecloud

title=Micronaut Oracle Cloud
Expand Down
24 changes: 12 additions & 12 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
@@ -1,38 +1,38 @@
[versions]
micronaut = "4.7.4"
micronaut = "4.7.7"
micronaut-platform = "4.5.1"
micronaut-docs = "2.0.0"
fn = '1.0.196'
fn = '1.0.198'
graal-svm = "23.1.5"
javapoet = '1.13.0'
jetty = '11.0.24'
kotlin = '1.9.25'
logback-json-classic = '0.1.5'
mockito = '5.14.2'
slf4j-jcl = '2.0.13'
commons-lang3 = '3.16.0'
commons-lang3 = '3.17.0'
shadow = '8.0.0'
groovy = "4.0.23"
groovy = "4.0.24"
spock = "2.3-groovy-4.0"
oci = "3.53.0"
bcpkixjdk15to18 = "1.79"
protobuf = '0.9.4'
netty-http3 = "0.0.28.Final"

managed-apache-http-core5 = "5.2.5"
managed-apache-http-core5 = "5.3.1"
micronaut-gradle-plugin = "4.4.4"
micronaut-groovy = "4.4.0"
micronaut-kotlin = "4.4.0"
micronaut-micrometer = "5.9.2"
micronaut-groovy = "4.5.0"
micronaut-kotlin = "4.5.0"
micronaut-micrometer = "5.9.3"
micronaut-reactor = "3.6.0"
micronaut-rxjava2 = "2.6.0"
micronaut-serde = "2.12.0"
micronaut-serde = "2.13.0"
micronaut-servlet = "4.12.0"
micronaut-sql = "5.8.2"
micronaut-test = "4.5.0"
micronaut-sql = "5.8.3"
micronaut-test = "4.6.2"
micronaut-logging = "1.5.0"
micronaut-validation = "4.8.0"
micronaut-discovery-client = "4.4.0"
micronaut-discovery-client = "4.5.0"

[libraries]
# Core
Expand Down
2 changes: 1 addition & 1 deletion gradle/wrapper/gradle-wrapper.properties
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-8.10.2-bin.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-8.11.1-bin.zip
networkTimeout=10000
validateDistributionUrl=true
zipStoreBase=GRADLE_USER_HOME
Expand Down
4 changes: 2 additions & 2 deletions settings.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@ buildscript {
}

plugins {
id("io.micronaut.build.shared.settings") version "7.2.3"
id("me.champeau.includegit") version "0.1.6"
id("io.micronaut.build.shared.settings") version "7.3.0"
id("me.champeau.includegit") version "0.2.0"
id("io.micronaut.build.internal.ocisdk")
}

Expand Down
Loading