Skip to content

Commit

Permalink
Bump io.netty:netty-resolver-dns-native-macos in /application
Browse files Browse the repository at this point in the history
Bumps [io.netty:netty-resolver-dns-native-macos](https://github.com/netty/netty) from 4.1.112.Final to 4.1.113.Final.
- [Commits](netty/netty@netty-4.1.112.Final...netty-4.1.113.Final)

---
updated-dependencies:
- dependency-name: io.netty:netty-resolver-dns-native-macos
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Sep 5, 2024
1 parent aac948c commit 038238a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion application/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ dependencies {
developmentOnly 'org.springframework.boot:spring-boot-devtools'

// Fixing Console Warning on M1 Processors
implementation group: 'io.netty', name: 'netty-resolver-dns-native-macos', classifier: 'osx-aarch_64', version: '4.1.112.Final'
implementation group: 'io.netty', name: 'netty-resolver-dns-native-macos', classifier: 'osx-aarch_64', version: '4.1.113.Final'

runtimeOnly 'org.postgresql:postgresql'

Expand Down

0 comments on commit 038238a

Please sign in to comment.