Skip to content

Commit 90926ba

Browse files
committed
GH-5076: Update docs
1 parent 0bd66ed commit 90926ba

File tree

1 file changed

+2
-2
lines changed
  • site/content/documentation/programming

1 file changed

+2
-2
lines changed

site/content/documentation/programming/spring.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,11 +17,11 @@ To use RDF as the data backend of a spring application built with maven, use the
1717
```xml
1818
<dependency>
1919
<groupId>org.eclipse.rdf4j</groupId>
20-
<artifactId>rdf4j-spring</artifactId>
20+
<artifactId>rdf4j-spring6</artifactId>
2121
<version>${rdf4j.version}</version>
2222
</dependency>
2323
```
24-
... setting the property `rdf4j.version` is set to the RDF4J version you want (minimum `4.0.0`).
24+
... setting the property `rdf4j.version` is set to the RDF4J version you want (minimum `5.3.0`).
2525

2626
In order for the application to run, a repository has to be configured:
2727

0 commit comments

Comments
 (0)