Skip to content

Commit

Permalink
build(deps): bump netty.version from 4.1.104.Final to 4.1.105.Final (#…
Browse files Browse the repository at this point in the history
…2295)

* build(deps): bump netty.version from 4.1.104.Final to 4.1.105.Final

Bumps `netty.version` from 4.1.104.Final to 4.1.105.Final.

Updates `io.netty:netty-bom` from 4.1.104.Final to 4.1.105.Final
- [Commits](netty/netty@netty-4.1.104.Final...netty-4.1.105.Final)

Updates `io.netty:netty-handler` from 4.1.104.Final to 4.1.105.Final
- [Commits](netty/netty@netty-4.1.104.Final...netty-4.1.105.Final)

Updates `io.netty:netty-codec-http` from 4.1.104.Final to 4.1.105.Final
- [Commits](netty/netty@netty-4.1.104.Final...netty-4.1.105.Final)

---
updated-dependencies:
- dependency-name: io.netty:netty-bom
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: io.netty:netty-handler
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: io.netty:netty-codec-http
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>

* Update pom.xml license year

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Marvin <[email protected]>
  • Loading branch information
dependabot[bot] and velo authored Jan 17, 2024
1 parent a088fe2 commit dbb6a5a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions benchmark/pom.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<!--
Copyright 2012-2023 The Feign Authors
Copyright 2012-2024 The Feign Authors
Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except
in compliance with the License. You may obtain a copy of the License at
Expand Down Expand Up @@ -30,7 +30,7 @@
<jmh.version>1.37</jmh.version>
<rx.netty.version>0.5.3</rx.netty.version>
<rx.java.version>1.3.8</rx.java.version>
<netty.version>4.1.104.Final</netty.version>
<netty.version>4.1.105.Final</netty.version>
<main.basedir>${project.basedir}/..</main.basedir>

<moditect.skip>true</moditect.skip>
Expand Down

0 comments on commit dbb6a5a

Please sign in to comment.