Skip to content

Commit

Permalink
Merge branch '3.9.x' into 3.10.x
Browse files Browse the repository at this point in the history
  • Loading branch information
sdelamo committed Mar 20, 2024
2 parents b611160 + af3aa3b commit d693df8
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 6 deletions.
5 changes: 0 additions & 5 deletions .github/workflows/gradle.yml
Expand Up @@ -56,11 +56,6 @@ jobs:
run: |
./gradlew check --no-daemon --continue
- name: "🔎 Run static analysis"
if: env.SONAR_TOKEN != ''
run: |
./gradlew sonar
- name: "📊 Publish Test Report"
if: always()
uses: mikepenz/action-junit-report@v3
Expand Down
2 changes: 1 addition & 1 deletion gradle/libs.versions.toml
Expand Up @@ -126,7 +126,7 @@ managed-micronaut-views = "3.8.2"
managed-micronaut-xml = "3.2.0"
managed-neo4j = "3.5.35"
managed-neo4j-java-driver = "4.4.9"
managed-netty = "4.1.100.Final"
managed-netty = "4.1.107.Final"
managed-reactive-pg-client = "0.11.4"
managed-reactive-streams = "1.0.4"
# This should be kept aligned with https://github.com/micronaut-projects/micronaut-reactor/blob/master/gradle.properties from the BOM
Expand Down

0 comments on commit d693df8

Please sign in to comment.