Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
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
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,6 @@
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
#
#
pluginType=connector
pluginName=openfunction
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,6 @@
# See the License for the specific language governing permissions and
# limitations under the License.
#
rocketmq_version=4.9.5
rocketmq_version=4.9.5
pluginType=connector
pluginName=rocketmq
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
jdk=1.8
snapshot=false
group=org.apache.eventmesh
version=1.8.0-release
version=1.9.0-release
#last eight bits of public key
signing.keyId=
#passphrase for key pairs
Expand Down
3 changes: 3 additions & 0 deletions tools/dependency-check/known-dependencies.txt
Original file line number Diff line number Diff line change
Expand Up @@ -98,9 +98,12 @@ jsr305-3.0.2.jar
junit-4.13.2.jar
kafka-clients-3.0.0.jar
listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar
log4j-1.2.17.jar
log4j-api-2.17.1.jar
log4j-core-2.17.1.jar
log4j-slf4j-impl-2.17.1.jar
logback-classic-1.2.10.jar
logback-core-1.2.10.jar
lz4-java-1.7.1.jar
lz4-java-1.8.0.jar
metrics-annotation-4.1.0.jar
Expand Down