Skip to content

fix(deps): update dependency com.github.bbottema:java-socks-proxy-server to v4.1.0 #1330

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 5 commits into from
May 21, 2024

Conversation

Yang-33
Copy link
Contributor

@Yang-33 Yang-33 commented May 21, 2024

#1325 failed to upgrade the dependency, so this change modifies test code.

SocksServer socksServer = new SocksServer();
socksServer.start(socksPort);
SocksServer socksServer = new SocksServer(socksPort)
.setAuthenticator(new DefaultAuthenticator())
Copy link
Contributor Author

Choose a reason for hiding this comment

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

From 4.1.0, it requires authenticator. If this doesn't set, test fails by NPE.

Ref: https://github.com/bbottema/java-socks-proxy-server/pull/14/files

@Yang-33 Yang-33 requested a review from mokuzon May 21, 2024 03:11
@Yang-33 Yang-33 enabled auto-merge (squash) May 21, 2024 03:13
@Yang-33 Yang-33 merged commit aef5411 into master May 21, 2024
7 checks passed
@Yang-33 Yang-33 deleted the upgrade-socks branch May 21, 2024 04:01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants