Skip to content
Merged
Changes from 1 commit
Commits
Show all changes
31 commits
Select commit Hold shift + click to select a range
e9bf3e8
chore(deps): bump org.jetbrains:annotations from 26.0.0 to 26.0.1
dependabot[bot] Oct 15, 2024
49a7358
chore(deps-dev): bump org.junit.jupiter:junit-jupiter-api
dependabot[bot] Oct 22, 2024
8f93fc7
chore(deps): bump com.fasterxml.jackson.core:jackson-databind
dependabot[bot] Oct 29, 2024
dc8ec92
chore(deps): bump com.fasterxml.jackson.dataformat:jackson-dataformat…
dependabot[bot] Oct 29, 2024
82fd9fc
Merge pull request #56 from networkfilter/dependabot/maven/develop/co…
nidotls Oct 30, 2024
1d3ba8f
Merge pull request #55 from networkfilter/dependabot/maven/develop/co…
nidotls Oct 30, 2024
a531835
Merge pull request #53 from networkfilter/dependabot/maven/develop/or…
nidotls Oct 30, 2024
a7910c4
Merge pull request #52 from networkfilter/dependabot/maven/develop/or…
nidotls Oct 30, 2024
c8579aa
chore(deps): bump org.projectlombok:lombok from 1.18.34 to 1.18.36
dependabot[bot] Apr 16, 2026
597267e
feat: make nf.ni.ls API key optional (#66)
nidotls Apr 16, 2026
b33ac83
chore(deps): bump org.jetbrains:annotations from 26.0.1 to 26.0.2 (#64)
dependabot[bot] Apr 16, 2026
4aa0882
chore(deps-dev): bump org.junit.jupiter:junit-jupiter-api (#62)
dependabot[bot] Apr 16, 2026
8c47edc
chore(deps): bump com.fasterxml.jackson.dataformat:jackson-dataformat…
dependabot[bot] Apr 16, 2026
149561c
chore(deps): bump com.fasterxml.jackson.core:jackson-databind (#60)
dependabot[bot] Apr 16, 2026
389a294
chore(deps): bump com.konghq:unirest-modules-gson from 4.4.4 to 4.4.5…
dependabot[bot] Apr 16, 2026
8b0d4a2
chore(deps): bump com.konghq:unirest-java-core from 4.4.4 to 4.4.5 (#57)
dependabot[bot] Apr 16, 2026
d0ab273
chore(deps): bump actions/checkout from 4 to 6 (#69)
dependabot[bot] Apr 16, 2026
3e83e2c
chore(deps): bump softprops/action-gh-release from 2 to 3 (#67)
dependabot[bot] Apr 16, 2026
8286f4d
chore(deps): bump thenilsdev/git-log-action from 1.0.5 to 2.0.3 (#72)
dependabot[bot] Apr 16, 2026
71f9e42
chore(deps): bump actions/setup-java from 4 to 5 (#71)
dependabot[bot] Apr 16, 2026
c2ad80f
chore(deps): bump org.projectlombok:lombok from 1.18.36 to 1.18.44 (#68)
dependabot[bot] Apr 16, 2026
3be89a7
chore(deps): bump com.velocitypowered:velocity-api (#73)
dependabot[bot] Apr 16, 2026
e5d5f8f
chore(deps): bump jakarta.validation:jakarta.validation-api (#74)
dependabot[bot] Apr 16, 2026
cac3b17
chore(deps): bump commons-net:commons-net from 3.11.1 to 3.13.0 (#76)
dependabot[bot] Apr 16, 2026
390dc7b
chore(deps-dev): bump org.apache.maven.plugins:maven-jar-plugin (#77)
dependabot[bot] Apr 16, 2026
f19532c
chore(deps): bump net.md-5:bungeecord-api from 1.21-R0.1 to 1.21-R0.4…
dependabot[bot] Apr 16, 2026
c73418a
chore(deps): bump org.apache.maven.plugins:maven-shade-plugin (#78)
dependabot[bot] Apr 16, 2026
98b5acf
chore(deps-dev): bump org.apache.maven.plugins:maven-compiler-plugin …
dependabot[bot] Apr 16, 2026
c8742a3
chore(deps): bump redis.clients:jedis from 5.2.0 to 7.4.1 (#75)
dependabot[bot] Apr 16, 2026
16afe77
chore: migrate @Nullable imports from Checker Framework to JSpecify (…
nidotls Apr 16, 2026
bd52c35
chore(deps): bump com.github.ben-manes.caffeine:caffeine (#70)
dependabot[bot] Apr 16, 2026
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
chore(deps): bump com.konghq:unirest-java-core from 4.4.4 to 4.4.5 (#57)
  • Loading branch information
dependabot[bot] authored Apr 16, 2026
commit 8b0d4a29d0ce2f6c0f9aa3365598fb2c25093891
2 changes: 1 addition & 1 deletion common/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
<dependency>
<groupId>com.konghq</groupId>
<artifactId>unirest-java-core</artifactId>
<version>4.4.4</version>
<version>4.8.1</version>
</dependency>
<dependency>
<groupId>com.konghq</groupId>
Expand Down
Loading