Skip to content

build(deps): bump io.github.littleproxy:littleproxy from 2.6.0 to 2.7.0#417

Merged
rhusar merged 1 commit intomainfrom
dependabot/maven/io.github.littleproxy-littleproxy-2.7.0
Apr 23, 2026
Merged

build(deps): bump io.github.littleproxy:littleproxy from 2.6.0 to 2.7.0#417
rhusar merged 1 commit intomainfrom
dependabot/maven/io.github.littleproxy-littleproxy-2.7.0

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github Apr 7, 2026

Bumps io.github.littleproxy:littleproxy from 2.6.0 to 2.7.0.

Release notes

Sourced from io.github.littleproxy:littleproxy's releases.

v2.7.0

What's Changed

Full Changelog: LittleProxy/LittleProxy@v2.6.0...v2.7.0

Changelog

Sourced from io.github.littleproxy:littleproxy's changelog.

  • 2.7.0 (06.04.2026, https://github.com/LittleProxy/LittleProxy/milestone/50?closed=1)
    • fix WebSocket proxying by Andrei Solntsev
    • add WebSocket frame observation hook by Andrei Solntsev
    • #464 fix authentication bug when forwarding request with "Proxy-Authorization" header to a chained proxy (#691) by Charles Lescot
    • quickly resolve localhost name (#698) by Andrei Solntsev
    • #56 #439 fix timeout detection logic in ClientToProxyConnection (#699) by Charles Lescot
    • #680 fix issue with generated jks and cert at root (#681) by Charles Lescot
    • migration to log4j2 and async logging available (#684) by Charles Lescot
    • enhance ActivityTracker interface with new lifecycle methods (#708) by Charles Lescot
    • add unit test demonstrating how to do "internal redirect" (#68) (#718) by Charles Lescot
Commits
  • fb13310 release LittleProxy 2.7.0
  • d20aae6 make webSocketFrameReceived() parameter lazy-initialized
  • 624509a Fix WebSocket proxying and add frame observation hook
  • 2970e74 add unit test demonstrating how to do "internal redirect" (#68) (#718)
  • 205f493 3 - Enhance ActivityTracker interface with new lifecycle methods (#708)
  • 5b28fc1 Fix test SelfSignedSslEngineSource hanging on Windows and failing with timeou...
  • cf0be03 slightly fine-tune the tests
  • 91e80af 1- Add missing unit tests for existing interfaces and adapters (#706)
  • 332199b Bump log4j.version from 2.25.3 to 2.25.4
  • 0931555 Bump netty.version from 4.2.11.Final to 4.2.12.Final
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [io.github.littleproxy:littleproxy](https://github.com/LittleProxy/LittleProxy) from 2.6.0 to 2.7.0.
- [Release notes](https://github.com/LittleProxy/LittleProxy/releases)
- [Changelog](https://github.com/LittleProxy/LittleProxy/blob/main/RELEASE_NOTES.md)
- [Commits](LittleProxy/LittleProxy@v2.6.0...v2.7.0)

---
updated-dependencies:
- dependency-name: io.github.littleproxy:littleproxy
  dependency-version: 2.7.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file java Pull requests that update Java code labels Apr 7, 2026
@WolfgangHG
Copy link
Copy Markdown
Collaborator

@rhusar Could you keep this on hold? There are changes to LittleProxy logging, and I would like to check whether changes are necessary.
But maybe this snippet...

<!--LittleProxy logging: LittleProxy uses SL4J. Log4j2 is used as the actual log writer: -->
<dependency>
<groupId>org.apache.logging.log4j</groupId>
<artifactId>log4j-api</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.apache.logging.log4j</groupId>
<artifactId>log4j-core</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.apache.logging.log4j</groupId>
<!--This binds to SLF4J 1.7.29 - same that is used up to LittleProxy 2.0.7.
More recent LittleProxy versions use "log4j-slf4j2-impl", but several other dependencies still provide the 1.x version, and
thus we would have to add a dependency "org.slf4:slf4j-api:2.0.7" to overwrite the other version. It is easier to stay with 1.x-->
<artifactId>log4j-slf4j-impl</artifactId>
<scope>test</scope>
</dependency>

...is already outdated...

@rhusar rhusar added the hold label Apr 7, 2026
@WolfgangHG
Copy link
Copy Markdown
Collaborator

No problems are caused by the update, it can be merged.
I will send a pull request to move to SLF4J2

Copy link
Copy Markdown
Member

@rhusar rhusar left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

OK then, thanks @WolfgangHG

@rhusar rhusar merged commit 6b08148 into main Apr 23, 2026
28 checks passed
@dependabot dependabot Bot deleted the dependabot/maven/io.github.littleproxy-littleproxy-2.7.0 branch April 23, 2026 13:13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file hold java Pull requests that update Java code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants