@@ -63,14 +63,14 @@ To integrate evitaDB into your project, use the following steps:
6363<dependency>
6464 <groupId>io.evitadb</groupId>
6565 <artifactId>evita_db</artifactId>
66- <version>2025.4 .1</version>
66+ <version>2025.5 .1</version>
6767 <type>pom</type>
6868</dependency>
6969```
7070</CodeTabsBlock >
7171<CodeTabsBlock >
7272``` Gradle
73- implementation 'io.evitadb:evita_db:2025.4 .1'
73+ implementation 'io.evitadb:evita_db:2025.5 .1'
7474```
7575</CodeTabsBlock >
7676</CodeTabs >
@@ -108,14 +108,14 @@ exception when you enable the corresponding API in evitaDB's configuration.
108108<dependency>
109109 <groupId>io.evitadb</groupId>
110110 <artifactId>evita_external_api_grpc</artifactId>
111- <version>2025.4 .1</version>
111+ <version>2025.5 .1</version>
112112 <type>pom</type>
113113</dependency>
114114```
115115</CodeTabsBlock >
116116<CodeTabsBlock >
117117``` Gradle
118- implementation 'io.evitadb:evita_external_api_grpc:2025.4 .1'
118+ implementation 'io.evitadb:evita_external_api_grpc:2025.5 .1'
119119```
120120</CodeTabsBlock >
121121</CodeTabs >
@@ -128,14 +128,14 @@ implementation 'io.evitadb:evita_external_api_grpc:2025.4.1'
128128<dependency>
129129 <groupId>io.evitadb</groupId>
130130 <artifactId>evita_external_api_graphql</artifactId>
131- <version>2025.4 .1</version>
131+ <version>2025.5 .1</version>
132132 <type>pom</type>
133133</dependency>
134134```
135135</CodeTabsBlock >
136136<CodeTabsBlock >
137137``` Gradle
138- implementation 'io.evitadb:evita_external_api_graphql:2025.4 .1'
138+ implementation 'io.evitadb:evita_external_api_graphql:2025.5 .1'
139139```
140140</CodeTabsBlock >
141141</CodeTabs >
@@ -148,14 +148,14 @@ implementation 'io.evitadb:evita_external_api_graphql:2025.4.1'
148148<dependency>
149149 <groupId>io.evitadb</groupId>
150150 <artifactId>evita_external_api_rest</artifactId>
151- <version>2025.4 .1</version>
151+ <version>2025.5 .1</version>
152152 <type>pom</type>
153153</dependency>
154154```
155155</CodeTabsBlock >
156156<CodeTabsBlock >
157157``` Gradle
158- implementation 'io.evitadb:evita_external_api_rest:2025.4 .1'
158+ implementation 'io.evitadb:evita_external_api_rest:2025.5 .1'
159159```
160160</CodeTabsBlock >
161161</CodeTabs >
@@ -225,7 +225,7 @@ When you start the evitaDB server you should see the following information in th
225225| __/\ V /| | || (_| | |_| | |_) |
226226 \___| \_/ |_|\__\__,_|____/|____/
227227
228- beta build 2025.4 .1 (keep calm and report bugs 😉)
228+ beta build 2025.5 .1 (keep calm and report bugs 😉)
229229Visit us at: https://evitadb.io
230230
231231Log config used: META-INF/logback.xml
0 commit comments