Skip to content

Commit 49c95df

Browse files
snyk-botvelo
andauthored
[Snyk] Upgrade org.openjdk.jmh:jmh-core from 1.33 to 1.34 (OpenFeign#1567)
* fix: upgrade org.openjdk.jmh:jmh-core from 1.33 to 1.34 Snyk has created this PR to upgrade org.openjdk.jmh:jmh-core from 1.33 to 1.34. See this package in Maven Repository: https://mvnrepository.com/artifact/org.openjdk.jmh/jmh-core/ See this project in Snyk: https://app.snyk.io/org/openfeign/project/ad3a5c69-4375-4ea5-8b69-5cb3305f6581?utm_source=github&utm_medium=referral&page=upgrade-pr * Add missing header Co-authored-by: Marvin Froeder <velo.br@gmail.com>
1 parent 42e6505 commit 49c95df

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

benchmark/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<!--
33
4-
Copyright 2012-2021 The Feign Authors
4+
Copyright 2012-2022 The Feign Authors
55
66
Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except
77
in compliance with the License. You may obtain a copy of the License at
@@ -27,7 +27,7 @@
2727
<name>Feign Benchmark (JMH)</name>
2828

2929
<properties>
30-
<jmh.version>1.33</jmh.version>
30+
<jmh.version>1.34</jmh.version>
3131
<rx.netty.version>0.5.3</rx.netty.version>
3232
<rx.java.version>1.3.8</rx.java.version>
3333
<netty.version>4.1.70.Final</netty.version>

0 commit comments

Comments
 (0)