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.110.Final to 4.1.111.Final.
- [Commits](netty/netty@netty-4.1.110.Final...netty-4.1.111.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 Jun 12, 2024
1 parent 06946fc commit 16244f5
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.110.Final'
implementation group: 'io.netty', name: 'netty-resolver-dns-native-macos', classifier: 'osx-aarch_64', version: '4.1.111.Final'

runtimeOnly 'org.postgresql:postgresql'

Expand Down

0 comments on commit 16244f5

Please sign in to comment.