Skip to content

Commit

Permalink
Merge branch '332-comsngularkloadgenserializerprotobufserializer-null…
Browse files Browse the repository at this point in the history
…pointerexception' into dependabot/maven/org.apache.avro-avro-1.11.3

# Conflicts:
#	pom-maven-central.xml
#	pom.xml
  • Loading branch information
jemacineiras committed Nov 6, 2023
2 parents fbce9aa + 217c117 commit 9d40b3d
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
7 changes: 6 additions & 1 deletion pom-maven-central.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

<artifactId>kloadgen</artifactId>

<version>5.6.8</version>
<version>5.6.9</version>

<name>KLoadGen</name>
<description>Load Generation Jmeter plugin for Kafka Cluster. Supporting AVRO, JSON Schema and Protobuf schema types. Generate Artificial
Expand Down Expand Up @@ -485,6 +485,11 @@
<artifactId>proto-google-common-protos</artifactId>
<version>2.24.0</version>
</dependency>
<dependency>
<groupId>com.google.protobuf</groupId>
<artifactId>protobuf-java</artifactId>
<version>3.24.3</version>
</dependency>
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-api</artifactId>
Expand Down
5 changes: 5 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -485,6 +485,11 @@
<artifactId>proto-google-common-protos</artifactId>
<version>2.24.0</version>
</dependency>
<dependency>
<groupId>com.google.protobuf</groupId>
<artifactId>protobuf-java</artifactId>
<version>3.24.3</version>
</dependency>
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-api</artifactId>
Expand Down

0 comments on commit 9d40b3d

Please sign in to comment.